ComponentOne Bitmap for UWP
SetBlendState(BlendState,Nullable<ColorF>,UInt32) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > OutputMergerStage Class > SetBlendState Method : SetBlendState(BlendState,Nullable<ColorF>,UInt32) Method
Set the blend state of the output-merger stage.
Syntax
'Declaration
 
Public Overloads Sub SetBlendState( _
   ByVal blendStateRef As BlendState, _
   ByVal blendFactor As System.Nullable(Of ColorF), _
   ByVal sampleMask As System.UInteger _
) 
public void SetBlendState( 
   BlendState blendStateRef,
   System.Nullable<ColorF> blendFactor,
   System.uint sampleMask
)

Parameters

blendStateRef
blendFactor
sampleMask
See Also

Reference

OutputMergerStage Class
OutputMergerStage Members
Overload List